| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | /* |
||
| 12 | create: function(title, message){ |
||
| 13 | var opt = { |
||
| 14 | type: "basic", |
||
| 15 | title: title, |
||
| 16 | message: message, |
||
| 17 | iconUrl: "icons/icon32.png" |
||
| 18 | }; |
||
| 19 | return API.api.notifications.create('PiCast', opt, function(id) { console.log("Last error:", chrome.runtime.lastError); }); |
||
| 20 | }, |
||
| 21 | update: API.api.notifications.update, |
||
| 42 | }; |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.